home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gqzlist, gqzheart
- if getaProp(gqzlist, #drqzf) = 1 then
- puppetTransition(26, 1, 40, 1)
- go("F1")
- else
- if gqzheart >= 1 then
- puppetTransition(26, 1, 40, 1)
- go("QUIZ-F-D")
- else
- puppetTransition(26, 1, 40, 1)
- go("QUIZ-F-Demp")
- end if
- end if
- end
-